home *** CD-ROM | disk | FTP | other *** search
- #define appletresource
-
-
- #ifndef appletdefsinclude
-
- #include "appletdefs.h"
-
- #endif
-
-
- #define cancelbuttonstring 1 /*these are indexes used for getresourcestring calls*/
-
-
- boolean getresourcestring (short, bigstring);
-
- boolean openresourcefile (bigstring, short, short *);
-
- boolean closeresourcefile (short);
-
- boolean getresource (short, OSType, short, long, void *);
-
- boolean putresource (short, OSType, short, long, void *);
-
- boolean getresourcehandle (short, OSType, short, Handle *);
-
- boolean putresourcehandle (short, OSType, short, Handle);
-
-
-